#include <src/kernel/psploadcore.h>
Use the len member to determine the real size of the table (size = len * 4).
Data Fields | |
| const char * | libname |
| The library's name. | |
| unsigned char | version [2] |
| Library version. | |
| unsigned short | attribute |
| Library attributes. | |
| unsigned char | len |
| Length of this entry table in 32-bit WORDs. | |
| unsigned char | vstubcount |
| The number of variables exported by the library. | |
| unsigned short | stubcount |
| The number of functions exported by the library. | |
| void * | entrytable |
| Pointer to the entry table; an array of NIDs followed by pointers to functions and variables. | |
|
|
Library attributes.
|
|
|
Pointer to the entry table; an array of NIDs followed by pointers to functions and variables.
|
|
|
Length of this entry table in 32-bit WORDs.
|
|
|
The library's name.
|
|
|
The number of functions exported by the library.
|
|
|
Library version.
|
|
|
The number of variables exported by the library.
|
1.4.6